func github.com/andybalholm/brotli.buildAndStoreEntropyCodesLiteral

2 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1206: func buildAndStoreEntropyCodesLiteral(self *blockEncoder, histograms []histogramLiteral, histograms_size uint, alphabet_size uint, tree []huffmanTree, storage_ix *uint, storage []byte) {
		brotli_bit_stream.go#L1315: 	buildAndStoreEntropyCodesLiteral(literal_enc, mb.literal_histograms, mb.literal_histograms_size, numLiteralSymbols, tree, storage_ix, storage)